'Declaration Public Overloads Sub WritePixels(Of T As {New, Struct})( _ ByVal lineCount As System.Integer, _ ByVal stride As System.Integer, _ ByVal pixelBuffer() As T _ )
public void WritePixels<T>( System.int lineCount, System.int stride, T[] pixelBuffer ) where T: new(), struct
Parameters
- lineCount
The number of lines to encode.
- stride
The stride of the image pixels.
- pixelBuffer
A reference to the pixel buffer.
Type Parameters
- T